Skip to content

Commit

Permalink
Merge pull request #3 from intigriti/refactor/1
Browse files Browse the repository at this point in the history
Fix semrel via gitignore
  • Loading branch information
0xblackbird authored Apr 29, 2024
2 parents e8d6b6f + 8ef519d commit d381f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
# Binary
misconfig-mapper
main

# others
.DS_Store
dist/
.semrel
.generated-go-semantic-release-changelog.md

0 comments on commit d381f19

Please sign in to comment.