-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test #17
Test #17
Conversation
73d4d9d
to
afefc4d
Compare
afefc4d
to
6d75939
Compare
.github/workflows/dependencies.yml
Outdated
run: cargo update | ||
- name: Check for banned and duplicated dependencies (PR) | ||
run: | | ||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't be needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, artifact of local testing
.github/workflows/dependencies.yml
Outdated
- name: Check for banned and duplicated dependencies (base) | ||
run: | | ||
set -o history | ||
OUT_FILE=/tmp/deny-bans-base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you put the two OUT_FILE
vars in an env:
at the start of the job with different names?
I really wanted to find a convenient way to avoid repeating
without getting into a nightmare of escaping quotes and stuff but ultimately failed |
I think you could have a "tooling" step in the job that would output the jq filter to a script, and reuse it in both steps |
Test comparing to merge base when doing cargo deny checks