smithy-lang / smithy-kotlin

Smithy code generator for Kotlin (in development)
Apache License 2.0
79 stars 26 forks source link

misc: replace Snyk with GitHub Dependabot #1059

Closed lauzadis closed 6 months ago

lauzadis commented 6 months ago

This PR replaces use of Snyk with GitHub Dependabot. Dependabot is already enabled on our repositories but does not track our Gradle dependencies by default.

To enable tracking those, we need to manually submit our dependencies to Dependabot for scanning, which is done using a GitHub Action called gradle/actions/dependency-submission@v3.

This action only needs to run on pushes to the main branch. Running the action on any other branch will result in a no-op with this message: The snapshot was accepted, but it is not for the default branch. It will not update dependency results for the repository.

Issue \

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.